public.hstore(text[]) - Procedure
Home|Tables|Schemas|Diagrams|Foreign Keys|Indexes

Namepublic.hstore(text[])
Comment
Src
CREATE FUNCTION public.hstore(text[]) 
 RETURNS hstore AS 
$BODY$hstore_from_array$BODY$
 LANGUAGE 'c' IMMUTABLESTRICT ;